home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / COMMS / C101.ZIP / UUPC11XS.ZIP / UUCICO / UUCICO.MAK < prev    next >
Text File  |  1992-08-09  |  2KB  |  52 lines

  1. !include $(UUPCDEFS)
  2.  
  3. .c.obj:
  4.   $(CC) $(CCX) -I$:{ $<}
  5.  
  6. .asm.obj:
  7.         $(TASM) $(TASMOPT) $<,$(OBJ)\$&;
  8.  
  9. # *--------------------------------------------------------------------*
  10. # *             *Implicit Rules*                                       *
  11. # *--------------------------------------------------------------------*
  12.  
  13. .path.asm = $(UUCICO)
  14. .path.c   = $(UUCICO)
  15.  
  16. UUCICOCOM = $(OBJ)\checktim.obj $(OBJ)\dcp.obj \
  17.             $(OBJ)\dcpfpkt.obj \
  18.             $(OBJ)\dcpgpkt.obj $(OBJ)\dcplib.obj $(OBJ)\dcpsys.obj\
  19.             $(OBJ)\dcpxfer.obj $(OBJ)\dcpstats.obj $(OBJ)\modem.obj\
  20.             $(OBJ)\nbstime.obj $(OBJ)\script.obj\
  21.             $(OBJ)\ulib.obj $(OBJ)\uucico.obj
  22.  
  23. UUCICOLDOBJ = $(UUCICOCOM) $(OBJ)\comm.obj
  24. UUCICOOBJ = $(UUCICOCOM) $(OBJ)\commfifo.obj
  25.  
  26. # *--------------------------------------------------------------------*
  27. # *                Begin rules for building modules.                   *
  28. # *                                                                    *
  29. # *        The first definition is the one built by default.           *
  30. # *--------------------------------------------------------------------*
  31.  
  32. uucico.exe: $(COMMON) $(UUCICOOBJ) $(LIBRARIES)
  33.         $(LINKER) $(LINKOPT) @&&|
  34. $(STARTUP)+
  35. $(UUCICOOBJ)
  36. $<
  37. $(MAP)
  38. $(LIBRARY)
  39. |
  40.         tdstrip -s $<
  41.  
  42. # *--------------------------------------------------------------------*
  43. # *   Most object modules are built automatically; these depend on     *
  44. # *   defines (UUPCV, FPROTOCOL, etc.) in the configuration file       *
  45. # *--------------------------------------------------------------------*
  46.  
  47. $(OBJ)\ulib.obj: $(UUCICO)\ulib.c $(UUPCCFG)
  48.  
  49. $(OBJ)\dcpsys.obj: $(UUCICO)\dcpsys.c $(UUPCCFG)
  50.  
  51. $(OBJ)\commfifo.obj: $(UUCICO)\commfifo.asm
  52.